ASensorManager_createEventQueue

Creates a new sensor event queue and associate it with a looper.

"ident" is a identifier for the events that will be returned when calling ALooper_pollOnce(). The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback.

extern (C) nothrow @nogc
ASensorManager_createEventQueue
(
ASensorManager* manager
,
ALooper* looper
,
int ident
,
ALooper_callbackFunc callback
,
void* data
)

Meta